From: Helge Deller Date: Mon, 20 Jan 2025 18:06:42 +0000 (+0100) Subject: Ignore tests on hppa and sparc64 (big-endian) X-Git-Tag: archive/raspbian/1.15.0+dfsg-2+rpi1^2~14 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=3d0f2b414ca72a390a2b28ad7e0f25bed497be32;p=pcl.git Ignore tests on hppa and sparc64 (big-endian) Closes: #1091665 --- diff --git a/debian/rules b/debian/rules index e8b34e05..5ed61275 100755 --- a/debian/rules +++ b/debian/rules @@ -19,7 +19,7 @@ else PARALLEL= endif -ifneq (,$(filter $(DEB_BUILD_ARCH),s390x powerpc ppc64 riscv64)) +ifneq (,$(filter $(DEB_BUILD_ARCH),s390x powerpc ppc64 riscv64 hppa sparc64)) RUN_TESTS= else RUN_TESTS=-DBUILD_global_tests=ON -DBUILD_TESTS=ON